05. Your first command (echo)

Ud206 004 Shell P2 - Your First Command

## Using the Workspace

The Workspace will allow you to practice the command directly in the classroom but remember that it is important you practice locally in your computer.

The workspace is an environment that contains the software you need to run some commands in each you can find instructions to use the terminal.

Code

If you need a code on the https://github.com/udacity.

echo

What do you think is going on when you run this command:
echo $COLUMNS x $LINES
(Try it!)
You can use the the Workspace above to run the commands

SOLUTION: The shell is telling me how big my terminal is.

Recomendation

The Shell commands can be installed or not on your computer if you are using Linux or Mac and you have issues running the commands check the documentation specifically for the Operating System.